home *** CD-ROM | disk | FTP | other *** search
/ Retro Gamer 13 / Retro Gamer 13.iso / PC Remakes / HighwayPursuit1_1.exe / install_script.iss
Text File  |  2005-01-27  |  4KB  |  95 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=Highway Pursuit
  5. AppVerName=Highway Pursuit v1.1
  6. AppId=Highway Pursuit
  7. AppPublisher=Adam Dawes
  8. AppPublisherURL=http://www.adamdawes.com
  9. AppSupportURL=http://www.adamdawes.com
  10. AppUpdatesURL=http://www.adamdawes.com
  11. DefaultDirName={pf}\HighwayPursuit
  12. DefaultGroupName=Highway Pursuit
  13. OutputBaseFilename=setup
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. InfoAfterFile=embedded\InfoAfter.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\HighwayPursuit.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\bass.dll"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\HPursuit.hfd"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\HPursuit.hgd"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\HPursuit.hmd"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\HPursuit.hod"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\HPursuit.hsd"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\HPursuit.hvd"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\Visit adamdawes.com.url"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\Visit Retrospec.url"; DestDir: "{app}"; Flags: ignoreversion 
  32. Source: "{app}\Docs\Car_Blade.jpg"; DestDir: "{app}\Docs"; 
  33. Source: "{app}\Docs\Car_Civilian1.jpg"; DestDir: "{app}\Docs"; 
  34. Source: "{app}\Docs\Car_Civilian2.jpg"; DestDir: "{app}\Docs"; 
  35. Source: "{app}\Docs\Car_Crasher.jpg"; DestDir: "{app}\Docs"; 
  36. Source: "{app}\Docs\Car_Jeep.jpg"; DestDir: "{app}\Docs"; 
  37. Source: "{app}\Docs\Car_Player.jpg"; DestDir: "{app}\Docs"; 
  38. Source: "{app}\Docs\Disclaimer.htm"; DestDir: "{app}\Docs"; 
  39. Source: "{app}\Docs\Enemies.htm"; DestDir: "{app}\Docs"; 
  40. Source: "{app}\Docs\Helicopter.jpg"; DestDir: "{app}\Docs"; 
  41. Source: "{app}\Docs\History.htm"; DestDir: "{app}\Docs"; 
  42. Source: "{app}\Docs\Logo.jpg"; DestDir: "{app}\Docs"; 
  43. Source: "{app}\Docs\LogoAdamDawes.gif"; DestDir: "{app}\Docs"; 
  44. Source: "{app}\Docs\LogoRetrospec.gif"; DestDir: "{app}\Docs"; 
  45. Source: "{app}\Docs\Object.htm"; DestDir: "{app}\Docs"; 
  46. Source: "{app}\Docs\ReadMe.htm"; DestDir: "{app}\Docs"; 
  47. Source: "{app}\Docs\Scoring.htm"; DestDir: "{app}\Docs"; 
  48. Source: "{app}\Docs\Settings.htm"; DestDir: "{app}\Docs"; 
  49. Source: "{app}\Docs\SysReq.htm"; DestDir: "{app}\Docs"; 
  50. Source: "{app}\Docs\Van_Delivery.jpg"; DestDir: "{app}\Docs"; 
  51. Source: "{app}\Docs\Van_Health.jpg"; DestDir: "{app}\Docs"; 
  52. Source: "{app}\Docs\Van_Missiles.jpg"; DestDir: "{app}\Docs"; 
  53. Source: "{app}\Docs\Van_Oil.jpg"; DestDir: "{app}\Docs"; 
  54. Source: "{app}\Docs\Van_Smoke.jpg"; DestDir: "{app}\Docs"; 
  55. Source: "{app}\Docs\Weapons.htm"; DestDir: "{app}\Docs"; 
  56.  
  57. [Dirs]
  58. Name: "{app}\Docs"; 
  59.  
  60. [Registry]
  61. Root: HKCU; Subkey: "Software\AdamDawes\HighwayPursuit"; Flags: createvalueifdoesntexist uninsdeletekey 
  62.  
  63. [Run]
  64. Filename: "{app}\Docs\ReadMe.htm"; Description: "View Highway Pursuit documentation"; Flags: shellexec postinstall skipifsilent nowait
  65.  
  66. [Icons]
  67. Name: "{group}\Highway Pursuit"; Filename: "{app}\HighwayPursuit.exe"; 
  68. Name: "{group}\Visit adamdawes.com"; Filename: "{app}\Visit adamdawes.com.url"; 
  69. Name: "{group}\Visit Retrospec"; Filename: "{app}\Visit Retrospec.url"; 
  70. Name: "{userdesktop}\Highway Pursuit"; Filename: "{app}\HighwayPursuit.exe"; Tasks: desktopicon; 
  71. Name: "{group}\Read Me"; Filename: "{app}\Docs\ReadMe.htm"; 
  72.  
  73. [Tasks]
  74. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  75.  
  76. [UninstallDelete]
  77. Type: files; Name: "{app}\HighwayPursuit.url"; 
  78. Type: filesandordirs; Name: "{app}"; 
  79.  
  80. [CustomMessages]
  81. default.NameAndVersion=%1 version %2
  82. default.AdditionalIcons=Additional icons:
  83. default.CreateDesktopIcon=Create a &desktop icon
  84. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  85. default.ProgramOnTheWeb=%1 on the Web
  86. default.UninstallProgram=Uninstall %1
  87. default.LaunchProgram=Launch %1
  88. default.AssocFileExtension=&Associate %1 with the %2 file extension
  89. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  90.  
  91. [Languages]
  92. ; These files are stubs
  93. ; To achieve better results after recompilation, use the real language files
  94. Name: "default"; MessagesFile: "embedded\default.isl"; 
  95.